home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / hard / drivr / otronic.readme < prev    next >
Text File  |  1992-10-13  |  1KB  |  22 lines

  1. Short: Update to OSSI EPROM project
  2.  
  3. This is a minor update to the prior release of otronic.lzh for
  4. OSSI-OTRONIC-SCSI-controllers for A-500/1000.
  5. Now the driver tests every SCSI-device before sending commands.
  6. A typical situation is: Parall POWER-ON of a hard drive
  7. and rebooting the AMIGA. Now the driver sends a START UNIT command
  8. if the drive needs it for starting spinning up and then the
  9. driver waits until the drive is ready to accept further commands.
  10. If the drive's self test during spinning up fails the device driver checks
  11. this condition correctly and releases the faulty devices. The driver
  12. performs these steps for every SCSI id except 7. (The controller id)
  13.  
  14. Correct Supporting of Changeable Media like SyQuest drives 
  15. still is a problem because this Low Cost Controller doesn't generate
  16. interrupts during the command phases (The INT-lines aren't connected to the
  17. ZORRO-bus), therefore it isn't possible to support RESELECT without 
  18. CPU-intensive polling of the AM5380PC's control 
  19. register for a RESELECT condition.
  20. The RESELECT feature makes it possible that the controller becomes
  21. a target.
  22.